home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / groff_src.lha / Groff-1.07 / config.status < prev    next >
Text File  |  1993-03-26  |  2KB  |  87 lines

  1. #!/bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host :
  6. #
  7. # /DH1[50MB]/Groff-1.07/configure.ami/ --prefix=/usr
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh /DH1[50MB]/Groff-1.07/configure.ami/ --prefix=/usr ;;
  14.     *) ln_to_echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  15.   esac
  16. done
  17.  
  18. trap 'rm -f Makefile; exit 1' 1 3 15
  19. CC='gcc'
  20. CCLIBS=''
  21. CCC='gcc -O'
  22. LPR=''
  23. LP=''
  24. LPQ=''
  25. PSPRINT=''
  26. DVIPRINT=''
  27. PERLPATH=''
  28. YACC='bison -y'
  29. RANLIB='ranlib'
  30. INSTALL='/usr/bin/install -c'
  31. INSTALL_PROGRAM='$(INSTALL)'
  32. INSTALL_DATA='$(INSTALL) -m 644'
  33. LN_S='ln -s'
  34. ETAGSCCFLAG=''
  35. CPP='${CC-cc} -E'
  36. LIBOBJS=''
  37. BROKEN_SPOOLER_FLAGS='7'
  38. PAGE='letter'
  39. LIBS=''
  40. srcdir='.'
  41. DEFS=' -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_STDLIB_H=1 -DHAVE_CC_LIMITS_H=1 -DHAVE_CC_UNISTD_H=1 -DSTDLIB_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DRETSIGTYPE=void -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DCOOKIE_BUG=1'
  42. prefix='/usr'
  43. exec_prefix='${prefix}'
  44. prsub='s%^prefix\([     ]*\)=\([     ]*\).*$%prefix\1=\2/usr%
  45. s%^exec_prefix\([     ]*\)=\([     ]*\).*$%exec_prefix\1=\2${prefix}%'
  46.  
  47. top_srcdir=$srcdir
  48. for file in .. Makefile; do if [ "x$file" != "x.." ]; then
  49.   srcdir=$top_srcdir
  50.   # Remove last slash and all that follows it.  Not all systems have dirname.
  51.   dir=`ln_to_echo $file|sed 's%/[^/][^/]*$%%'`
  52.   if test "$dir" != "$file"; then
  53.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  54.     test ! -d $dir && mkdir $dir
  55.   fi
  56.   ln_to_echo creating $file
  57.   rm -f $file
  58.   ln_to_echo "# Generated automatically from `ln_to_echo $file|sed 's|.*/||'`.in by configure." > $file
  59.   sed -e "
  60. $prsub
  61. s%@CC@%$CC%g
  62. s%@CCLIBS@%$CCLIBS%g
  63. s%@CCC@%$CCC%g
  64. s%@LPR@%$LPR%g
  65. s%@LP@%$LP%g
  66. s%@LPQ@%$LPQ%g
  67. s%@PSPRINT@%$PSPRINT%g
  68. s%@DVIPRINT@%$DVIPRINT%g
  69. s%@PERLPATH@%$PERLPATH%g
  70. s%@YACC@%$YACC%g
  71. s%@RANLIB@%$RANLIB%g
  72. s%@INSTALL@%$INSTALL%g
  73. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  74. s%@INSTALL_DATA@%$INSTALL_DATA%g
  75. s%@LN_S@%$LN_S%g
  76. s%@ETAGSCCFLAG@%$ETAGSCCFLAG%g
  77. s%@CPP@%$CPP%g
  78. s%@LIBOBJS@%$LIBOBJS%g
  79. s%@BROKEN_SPOOLER_FLAGS@%$BROKEN_SPOOLER_FLAGS%g
  80. s%@PAGE@%$PAGE%g
  81. s%@LIBS@%$LIBS%g
  82. s%@srcdir@%$srcdir%g
  83. s%@DEFS@%$DEFS%
  84. " $top_srcdir/${file}.in >> $file
  85. fi; done
  86.  
  87.